GrapeCity MultiRow Windows Forms Documentation
Item Property (GcMultiRow)


Gets or sets the cell with the specified row and cell index.
Overload List
OverloadDescription
Item(Int32,Int32)Gets or sets the cell with the specified row and cell index.  
Item(Int32,String)Gets or sets the cell with the specified row index and cell name.  
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException

The rowIndex is less than 0 or greater than the number of rows in the control minus 1.

-or-

The cellIndex is less than 0 or greater than the number of cells in a Row minus 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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.