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


In This Topic
    IsBlockRange Property
    In This Topic
    Gets or sets a value that indicates whether this instance is a block range.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property IsBlockRange As Boolean
    'Usage
     
    Dim instance As CellsEnumerator
    Dim value As Boolean
     
    instance.IsBlockRange = value
     
    value = instance.IsBlockRange
    [DefaultValue(false)]
    public bool IsBlockRange {get; set;}

    Property Value

    true if this instance is a block range; otherwise, false.
    See Also