StyleGrid REALbasic Plugin |
|
StyleGridCell.LeftIndent Property
To set or get the left indent of the cell's text or progressbar.
LeftIndent as Integer {Read and Write}
Remarks
The example bellow sets the TopIndent and LeftIndet for all cells that will be created after setting the properties:
StyleGrid1.GetDefaultCell.TopIndent = 1
StyleGrid1.GetDefaultCell.LeftIndent = 1
See Also
StyleGridCell Class