<Code Lib>
2026 Method
Changes 0
M

TableSectionData.CanInsertColumn

Description:
Verifies if a new column can be inserted at the given index.

public bool CanInsertColumn(
	int nIndex
)

  • Int32
    nIndex
    An integer index.
Return Value Boolean True if the column can be inserted, false otherwise.

Loading…