ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 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 FlexPivotGrid.
    Syntax
    'Declaration
     
    Public Property GridOptions As C1.Win.FlexGrid.PrintGridFlags
    public C1.Win.FlexGrid.PrintGridFlags GridOptions {get; set;}
    See Also