TableData.GetSectionData
Description:
Returns the section data array element at the specified index.
Returns the section data array element at the specified index.
Overloads (2):
GetSectionData(Int32)
public TableSectionData GetSectionData(
int nIndex
)
-
Int32nIndexThe index of section data array. If the index is out of the boundary of section data array, nulla null reference (Nothing in Visual Basic) is returned.
Return Value
TableSectionData