GrapeCity.Xaml.SpreadSheet.Data
Count Property (Columns)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Columns Class : Count Property
Gets or sets the number of columns in the collection.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property Count As Integer
'Usage
 
Dim instance As Columns
Dim value As Integer
 
instance.Count = value
 
value = instance.Count
[DefaultValue()]
public int Count {get; set;}

Property Value

The number of columns in the collection. The default value is 500.
See Also

Reference

Columns Class
Columns Members