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






Gets or sets the ending row or column of this interlaced style if IsInfinite property is set to false.

Syntax

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