Gets or sets column Gap.

Namespace:  PerpetuumSoft.Reporting.Wizards
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public float ColumnsGap { get; set; }
Visual Basic (Declaration)
Public Property ColumnsGap As Single
Visual C++
public:
property float ColumnsGap {
	float get ();
	void set (float value);
}

See Also