TableSectionData.CanInsertColumn
Description:
Verifies if a new column can be inserted at the given index.
Verifies if a new column can be inserted at the given index.
public bool CanInsertColumn(
int nIndex
)
-
Int32nIndexAn integer index.
Return Value
bool
True if the column can be inserted, false otherwise.