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


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

    Property Value

    The count.
    See Also