ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPrintDocument Class / GridOptions Property

In This Topic
    GridOptions Property (C1FlexPivotPrintDocument)
    In This Topic
    Gets or sets options to be used when rendering the C1FlexPivotPrintDocument.FlexPivotGrid.
    Syntax
    'Declaration
     
    Public Property GridOptions As PrintGridFlags
    public PrintGridFlags GridOptions {get; set;}
    See Also