ColumnSpacing Property (IBody)
In This Topic
Gets the amount of space in between columns when a report contains multiple columns.
Syntax
'Declaration
ReadOnly Property ColumnSpacing As Length
Length ColumnSpacing {get;}
Property Value
A
GrapeCity.ActiveReports.PageReportModel.Length representing the amount of space in between columns when a report contains multiple columns.
See Also