2027 Method
Changes 0
M

TableSectionData.CanRemoveColumn

Description:
Verifies that if the column at the given index can be removed.
public bool CanRemoveColumn(
	int nIndex
)
  • Int32
    nIndex
    An integer index.
Return Value Boolean True if the column can be removed, false otherwise.