Spread WPF 18
GrapeCity.Spreadsheet Namespace / CellReference Structure
Members


In This Topic
    CellReference Structure
    In This Topic
    Represents a reference to a position of cell.
    Object Model
    CellReference Structure
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Structure CellReference 
       Inherits System.ValueType
    'Usage
     
    Dim instance As CellReference
    [Serializable()]
    public struct CellReference : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Spreadsheet.CellReference

    See Also