BCGControlBar Library for .NET
IsFullRange Property




Gets or sets the value that indicates that the range is "full".
Syntax
'Declaration
 
Public Property IsFullRange As Boolean
'Usage
 
Dim instance As GridSelectionRange
Dim value As Boolean
 
instance.IsFullRange = value
 
value = instance.IsFullRange
public bool IsFullRange {get; set;}
public: __property bool get_IsFullRange();
public: __property void set_IsFullRange( 
   bool value
);
public:
property bool IsFullRange {
   bool get();
   void set (    bool value);
}
Remarks
The "full" range should have valid Start and End coordinates. If at least one of them is set to Point (-1, -1), the range is considered as empty.
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