GrapeCity MultiRow Windows Forms Documentation
CurrentCellNotePosition Property


Gets or sets a value that indicates the currently active CellNote's position.
Syntax
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<BrowsableAttribute(False)>
Public Property CurrentCellNotePosition As CellPosition
Dim instance As GcMultiRow
Dim value As CellPosition
 
instance.CurrentCellNotePosition = value
 
value = instance.CurrentCellNotePosition
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[Browsable(false)]
public CellPosition CurrentCellNotePosition {get; set;}

Property Value

A CellPosition that indicates the currently active CellNote's position.
Remarks
Set this property to activate one note in the CellPosition which has a CellNote. If the target cell does not have a CellNote, nothing is done.
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.