BCGControlBar Library for .NET
IsSingleCell Property




Ges the value that indicates whether the range covers a single cell.
Syntax
'Declaration
 
Public ReadOnly Property IsSingleCell As Boolean
'Usage
 
Dim instance As GridSelectionRange
Dim value As Boolean
 
value = instance.IsSingleCell
public bool IsSingleCell {get;}
public: __property bool get_IsSingleCell();
public:
property bool IsSingleCell {
   bool get();
}
Remarks
In a "single cell" range Start equals to End (and is different from 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