GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : FirstDisplayedCellPosition Property |
<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;}
Exception | Description |
---|---|
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. |
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