FlexGrid for WPF | ComponentOne
C1.WPF.Grid.Excel Assembly / C1.WPF.Grid Namespace / GridRowColRanges Class / Options Property

In This Topic
    Options Property
    In This Topic
    Gets or Sets the flagged options than in turn affect the rendered output. GridRowColRangesOptions
    Syntax
    'Declaration
     
    Public Property Options As GridRowColRangesOptions
    public GridRowColRangesOptions Options {get; set;}
    See Also