BCGControlBar Library for .NET
IsEmpty Property (GridSelectionRange)




Gets the value that indicates whether the range is empty.
Syntax
'Declaration
 
Public ReadOnly Property IsEmpty As Boolean
'Usage
 
Dim instance As GridSelectionRange
Dim value As Boolean
 
value = instance.IsEmpty
public bool IsEmpty {get;}
public: __property bool get_IsEmpty();
public:
property bool IsEmpty {
   bool get();
}
Remarks
In empty range either Start or End (or both of them) are set to Point (-1, -1).
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