2027 Method
Changes 0
M

TableData.GetSectionData

Description:
Returns the section data array element at the specified index.
Overloads (2):
GetSectionData(Int32)
public TableSectionData GetSectionData(
	int nIndex
)
  • Int32
    nIndex
    The index of section data array. If the index is out of the boundary of section data array, null is returned.
Return Value TableSectionData TableSectionData