Skip to main content

ITreeGridNode.HasCellValueAt method

Namespace: NextDesign.Core

Description

Checks if the value of the cell at the index specified by this node exists. Returns True if the cell value is present.

argument

NameTypeDescription
indexintColumn index (0 or more, less than the number of columns)

Return value

  • bool

Exception

NameException ClassDescription
Invalid rangeExtensionArgumentExceptionIf the specified index range is invalid