TableData.GetSectionData(Int32)
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
)
-
nIndexThe 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
No comments yet. Start the discussion.
Loading…