ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / PrintDocumentGridRenderer Class / Options Property

In This Topic
    Options Property (PrintDocumentGridRenderer)
    In This Topic
    Gets or sets the flags that specify printing options to use with the PrintGrid(String,PrintGridFlags) method. See the PrintGridFlags enumeration for details.
    Syntax
    'Declaration
     
    Public Property Options As PrintGridFlags
    public PrintGridFlags Options {get; set;}
    See Also