GrapeCity MultiRow Windows Forms Documentation
CellPosition Structure
Members 


Represents a cell position in a GcMultiRow control.
Syntax
<TypeConverterAttribute("GrapeCity.Win.MultiRow.CellPositionConverter, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
<SerializableAttribute()>
Public Structure CellPosition 
   Inherits System.ValueType
Dim instance As CellPosition
[TypeConverter("GrapeCity.Win.MultiRow.CellPositionConverter, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
[Serializable()]
public struct CellPosition : System.ValueType 
Remarks

The CellPosition class is used to locate a Cell in the GcMultiRow control. The Cell to locate is a Cell in the Row. The RowIndex property indicates which Row the cell belongs to. The CellIndex or CellName property locates the cell in the specified Row.

If the CellIndex property and the CellName property are valid at the same time, the CellIndex property has higher priority.

Inheritance Hierarchy

System.Object
   System.ValueType
      GrapeCity.Win.MultiRow.CellPosition

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

CellPosition Members
GrapeCity.Win.MultiRow Namespace
CurrentCellPosition Property

 

 


Copyright © GrapeCity, inc. All rights reserved.