Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintPreset.PrintRange Class / Index Property


In This Topic
    Index Property (PrintPreset.PrintRange)
    In This Topic
    Gets the start index of this range.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(0)>
    Public ReadOnly Property Index As UShort
    'Usage
     
    Dim instance As PrintPreset.PrintRange
    Dim value As UShort
     
    value = instance.Index
    [DefaultValue(0)]
    public ushort Index {get;}

    Property Value

    The index.
    See Also