Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / CellsEnumerator Class / Options Property


In This Topic
    Options Property (CellsEnumerator)
    In This Topic
    Gets or sets the options that indicate whether to enumerate the cells with value or style.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Options As EnumeratorOption
    'Usage
     
    Dim instance As CellsEnumerator
    Dim value As EnumeratorOption
     
    instance.Options = value
     
    value = instance.Options
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public EnumeratorOption Options {get; set;}

    Property Value

    The EnumeratorOption enumeration.
    See Also