FlexGrid for WinForms
CursorCell Property



Gets a CellRange object that contains the cell at coordinates Row, Col.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets the anchor point of the selection (Row, Col).")>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Overridable ReadOnly Property CursorCell As CellRange
'Usage
 
Dim instance As C1FlexGridBase
Dim value As CellRange
 
value = instance.CursorCell
[C1Description("Gets the anchor point of the selection (Row, Col).")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public virtual CellRange CursorCell {get;}
[C1Description("Gets the anchor point of the selection (Row, Col).")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
virtual property CellRange CursorCell {
   CellRange get();
}
Remarks
To get a CellRange object that spans the entire selection, use the Selection property.
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

C1FlexGridBase Class
C1FlexGridBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback