Class RowData
Inheritance
System.Object
RowData
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 RowData
Properties
Cells
Declaration
public IEnumerable<Cell> Cells { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Cell> |
Methods
AddCell(Cell)
Declaration
public void AddCell(Cell cell)
Parameters
Type | Name | Description |
---|---|---|
Cell | cell |