Intersoft WebGrid Documentation
ColumnCount Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumnSet Class : ColumnCount Property






Gets or sets the number of columns in a columnset

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("The number of columns in this ColumnSet.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property ColumnCount As Integer
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumnSet
Dim value As Integer
 
instance.ColumnCount = value
 
value = instance.ColumnCount
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("The number of columns in this ColumnSet.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public int ColumnCount {get; set;}
Delphi 
public read-write property ColumnCount: Integer; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("The number of columns in this ColumnSet.")
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set ColumnCount : int
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("The number of columns in this ColumnSet.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property int get_ColumnCount();
public: __property void set_ColumnCount( 
   int value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("The number of columns in this ColumnSet.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property int ColumnCount {
   int get();
   void set (    int value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.