Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1TableView Class / PrintGrid Method / PrintGrid(String,PrintGridFlags,String,String) Method

In This Topic
    PrintGrid(String,PrintGridFlags,String,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function PrintGrid( _
       ByVal docName As System.String, _
       ByVal flags As C1.Win.C1FlexGrid.PrintGridFlags, _
       ByVal header As System.String, _
       ByVal footer As System.String _
    ) As System.Boolean
    public System.bool PrintGrid( 
       System.string docName,
       C1.Win.C1FlexGrid.PrintGridFlags flags,
       System.string header,
       System.string footer
    )

    Parameters

    docName
    flags
    header
    footer
    See Also