<Code Lib>
2020 Method
Changes 0
M

TableSectionData.CanInsertColumn

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

public bool CanInsertColumn(
	int nIndex
)

Return Value bool True if the column can be inserted, false otherwise.

Loading…