'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
.