RVTDocs.com

FamilySizeTable.IsValidColumnIndex

Method
Description:
Checks if the column index is valid.
Syntax
public bool IsValidColumnIndex(
	int index
)
Parameters
Parameter Type Description
index Int32 The index of the column.
Return Value
Type Description
Boolean True if the column index is valid, false otherwise.