📚 SAP Business One SDK Help

GridRows Object Members
See Also  Overview 

Public Methods

Public Method CollapseCollapses the specified row.

Only relevant for rows with child rows.

Public Method CollapseAllCollapses all the rows of the grid.
Public Method ExpandExpands the specified row.

Only relevant for rows with child rows. 

Public Method ExpandAllExpands all the rows of the grid.
Public Method GetParentReturns the number of the parent row for the specified row.
Public Method IsExpandedIndicates whether the specified row is expanded.
Public Method IsLeafIndicates whether the specified row has child rows.
Public Method IsSelectedIndicates whether the specified row is selected.

Public Properties

Public Property CountThe number of items in the collection.
Public Property SelectedRowsThe selected rows of the grid.

See Also