Intersoft WebGrid Documentation
Begin Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ChartScaleStripStyle Class : Begin Property






Gets or sets the beginning view range.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Range")>
<DescriptionAttribute("The begin row or column of this interlace style.")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property Begin As Integer
Visual Basic (Usage)Copy Code
Dim instance As ChartScaleStripStyle
Dim value As Integer
 
instance.Begin = value
 
value = instance.Begin
C# 
[CategoryAttribute("Range")]
[DescriptionAttribute("The begin row or column of this interlace style.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public int Begin {get; set;}
Delphi 
public read-write property Begin: Integer; 
JScript 
CategoryAttribute("Range")
DescriptionAttribute("The begin row or column of this interlace style.")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set Begin : int
Managed Extensions for C++ 
[CategoryAttribute("Range")]
[DescriptionAttribute("The begin row or column of this interlace style.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property int get_Begin();
public: __property void set_Begin( 
   int value
);
C++/CLI 
[CategoryAttribute("Range")]
[DescriptionAttribute("The begin row or column of this interlace style.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property int Begin {
   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.