TcxGridBandRow.LineOffset Property
Gets the number of lines in a band which precede the current row.
Declaration
property LineOffset: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The LineOffset property returns the number of lines preceding the current row. Every row can occupy several lines, the number of which is available via LineCount.
See Also