<Code Lib>
2024 Method
Changes 0
M

TableSectionData.CanRemoveRow

Description:
Verifies that if the row at the given index can be removed..

public bool CanRemoveRow(
	int nIndex
)

  • Int32
    nIndex
    An integer index.
Return Value bool True if the row can be removed, false otherwise

Loading…