TableSectionData.NumberOfRows
Description:
Gets or sets the number of items in row data array.
Gets or sets the number of items in row data array.
Remarks:
Note that TableSections may use either 0 or 1 as the first row and column indices. To access the rows and columns:
Note that TableSections may use either 0 or 1 as the first row and column indices. To access the rows and columns:
- Use FirstRowNumber and LastRowNumber to get the valid range of row indices.
- Use FirstColumnNumber and LastColumnNumber to get the valid range of column indices.
public int NumberOfRows { get; set; }
-
When setting this property: This operation is forbidden for cells in standard schedule body sections.