Search
ReportOptions.ColumnSpacing Property
See Also
 





Gets or sets the spacing between adjacent columns, expressed in hundredths of an inch.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting

 Syntax

C#  Copy Code

public int ColumnSpacing { get; set; }

Visual Basic  Copy Code

Public Property ColumnSpacing As Integer

 Property Value

An integer value specifying the distance between columns in the report. The default is 0.

 See Also