<Code Lib>
2027 Method
Changes 0
M

FamilySizeTable.IsValidColumnIndex

Description:
Checks if the column index is valid.

public bool IsValidColumnIndex(
	int index
)

  • Int32
    index
    The index of the column.
Return Value Boolean True if the column index is valid, false otherwise.

Loading…