ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPrintDocument Class / GridOptions Property

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