Show / Hide Table of Contents

Class Cell

The Spreadsheet Cell.

Inheritance
System.Object
Cell
Implements
ICellPointer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StansAssets.GoogleDoc
Assembly: cs.temp.dll.dll
Syntax
public class Cell : ICellPointer

Properties

Column

Cell Column Index starts from 0.

Declaration
public int Column { get; }
Property Value
Type Description
System.Int32

Name

Cell Name. For example "A1" / "B20"

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Row

Cell Row. Index starts from 0.

Declaration
public int Row { get; }
Property Value
Type Description
System.Int32

Value

Cell Value representation.

Declaration
public CellValue Value { get; }
Property Value
Type Description
CellValue

Methods

GetValue<T>()

See GetValue<T>() for more info.

Declaration
public T GetValue<T>()
Returns
Type Description
T

Converted value.

Type Parameters
Name Description
T

Type you want to convert a value to.

Implements

ICellPointer
In This Article
Back to top Generated by DocFX