GrapeCity.Xaml.SpreadSheet.Data
IsBlockRange Property


GrapeCity.Xaml.SpreadSheet.Data Namespace > CellsEnumerator Class : IsBlockRange Property
Gets or sets a value that indicates whether this instance is a block range.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property IsBlockRange As Boolean
'Usage
 
Dim instance As CellsEnumerator
Dim value As Boolean
 
instance.IsBlockRange = value
 
value = instance.IsBlockRange
[DefaultValue()]
public bool IsBlockRange {get; set;}

Property Value

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

Reference

CellsEnumerator Class
CellsEnumerator Members