<Code Lib>
2025 Method
Changes 0
M

TableSectionData.CanInsertRow

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

public bool CanInsertRow(
	int nIndex
)

Return Value Boolean True if the row can be inserted, false otherwise.

Loading…