StyleGrid REALbasic Plugin |
|
StyleGridCell.TopIndent Property
To set or get the top indent of the cell's text or progressbar.
TopIndent 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