GrapeCity MultiRow Windows Forms Documentation
FirstDisplayedCellPosition Property


Gets or sets the position of the first cell currently displayed in the GcMultiRow control; typically, this cell is in the upper left corner.
Syntax
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property FirstDisplayedCellPosition As CellPosition
Dim instance As GcMultiRow
Dim value As CellPosition
 
instance.FirstDisplayedCellPosition = value
 
value = instance.FirstDisplayedCellPosition
[EditorBrowsable(EditorBrowsableState.Advanced)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public CellPosition FirstDisplayedCellPosition {get; set;}

Property Value

A CellPosition that indicates the first Cell currently displayed in the control.
Exceptions
ExceptionDescription
System.ArgumentException

The RowIndex or CellIndex object of the specified CellPosition is out of the valid range.

-or-

The specified Cell is invisible, so it cannot be set to the first displayed cell.

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.