Limitations
Spreadsheet
Spreadsheet
Introduced: X16.
public string DocumentPartName { get; set; }
This example shows a simple variant of how to use the 'TXText
TXTextControl.LoadSettings ls = new TXTextControl.LoadSettings();
//...
ls.DocumentPartName = "MySampleDocument_Part_Sales";
//...
Spreadsheet