<Code Lib>
2024 Method
Changes 0
M

TableSectionData.CanInsertRow

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

public bool CanInsertRow(
	int nIndex
)

  • Int32
    nIndex
Return Value bool True if the row can be inserted, false otherwise.

Loading…