BBjStandardGrid::isColumnSortedByRelatedData
Description
In BBj 6.00 and higher, this method returns whether a specified column is sorted by the related data.
Syntax
Return Value | Method |
---|---|
boolean |
isColumnSortedByRelatedData(int columnIndex) |
Parameters
Parameter |
Description |
---|---|
columnIndex |
Specifies the zero-based index of the column. |
Return Value
Returns whether the specified column is set to be sorted by related data.
- true (1) = The column is sorted by related data.
- false (0) = The column is not sorted by related data.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.