Add

Add()

Lägg till cell i samlingen.

public Cell Add()

Returvärde

Den nya cellen

Se även


Add(string, TextState)

Lägg till cell i samlingen.

public Cell Add(string text, TextState ts)
ParameterTypBeskrivning
textStringTexten för cell.
tsTextStateTexttillståndet.

Returvärde

Den nya cellen

Se även


Add(string)

Lägg till cell i samlingen.

public Cell Add(string text)
ParameterTypBeskrivning
textStringTexten för cell.

Returvärde

Den nya cellen

Se även


Add(Cell)

Lägg till cell i samlingen.

public void Add(Cell cell)
ParameterTypBeskrivning
cellCellCellen till samlingen.

Se även