BCGControlBar Library for .NET
IsColumnRange Property




Gets or sets a value that indicates whether the range is "column" range.
Syntax
'Declaration
 
Public Property IsColumnRange As Boolean
'Usage
 
Dim instance As GridSelectionRange
Dim value As Boolean
 
instance.IsColumnRange = value
 
value = instance.IsColumnRange
public bool IsColumnRange {get; set;}
public: __property bool get_IsColumnRange();
public: __property void set_IsColumnRange( 
   bool value
);
public:
property bool IsColumnRange {
   bool get();
   void set (    bool value);
}
Remarks
"Column" range means that the Y coordinate is ignored and the range covers all rows within specified by StartX and EndX 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