Intersoft WebGrid Documentation
Position Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCell Class : Position Property






Gets the position of the cell from its Collection.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets the position of the cell from its Collection.")>
<BrowsableAttribute(False)>
Public Property Position As Integer
Visual Basic (Usage)Copy Code
Dim instance As WebGridCell
Dim value As Integer
 
instance.Position = value
 
value = instance.Position
C# 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets the position of the cell from its Collection.")]
[BrowsableAttribute(false)]
public int Position {get; set;}
Delphi 
public read-write property Position: Integer; 
JScript 
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Gets the position of the cell from its Collection.")
BrowsableAttribute()
public function get,set Position : int
Managed Extensions for C++ 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets the position of the cell from its Collection.")]
[BrowsableAttribute(false)]
public: __property int get_Position();
public: __property void set_Position( 
   int value
);
C++/CLI 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets the position of the cell from its Collection.")]
[BrowsableAttribute(false)]
public:
property int Position {
   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.