dxSpreadSheetDefaultRowHeight Constant
In This Article
Specifies the default height (in pixels) of the Table View worksheet’s rows.
#Declaration
Delphi
const dxSpreadSheetDefaultRowHeight = 20;
#Remarks
This global constant specifies the initial value of the Table View’s Rows.DefaultSize property.
See Also