FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid 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