Table of Contents

Class CellCollection

Namespace
Loehnert.Asciidoc
Assembly
Loehnert.Asciidoc.dll

Represents a collection of table cells.

public class CellCollection
Inheritance
CellCollection
Inherited Members

Properties

this[int, int]

Get a cell content.

public Cell this[int row, int column] { get; set; }

Parameters

row int

Row index.

column int

column index.

Property Value

Cell

The cell content.