Gets the number of the current column.

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

Syntax

C#
public int ColumnNumber { get; }
Visual Basic (Declaration)
Public ReadOnly Property ColumnNumber As Integer
Visual C++
public:
property int ColumnNumber {
	int get ();
}

See Also