IGoExcelTitleRow Property |
Gets or sets the index (1-based) of the title row. The title row is the row that contains the column names.
The default value is 1.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Property TitleRow As Integer
Get
Set
int TitleRow { get; set; }
Return Value
Type:
Int32The index of the title row.
See Also