BCGControlBar Library for .NET
IsRowRange Property




Gets or sets a value that indicates whether the range is "row" range.
Syntax
'Declaration
 
Public Property IsRowRange As Boolean
'Usage
 
Dim instance As GridSelectionRange
Dim value As Boolean
 
instance.IsRowRange = value
 
value = instance.IsRowRange
public bool IsRowRange {get; set;}
public: __property bool get_IsRowRange();
public: __property void set_IsRowRange( 
   bool value
);
public:
property bool IsRowRange {
   bool get();
   void set (    bool value);
}
Remarks
"Row" range means that the X coordinate is ignored and the range covers all columns within specified by StartY and EndY columns.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridSelectionRange Class
GridSelectionRange Members

Send Feedback