PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / PageResolvedInfo Class / ColumnCount Property

In This Topic
    ColumnCount Property (PageResolvedInfo)
    In This Topic
    Gets the number of columns on the current page.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnCount As Integer
    public int ColumnCount {get;}
    See Also