API Reference
Class
TableRow
Typed table row containing header or body cells.
Inheritance
- MarkdownObject
- TableRow
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method MarkdownDoc.DescendantTableRows
- Property MarkdownNativeTableRow.SourceRow
- Method TableBlock.EnumerateRows
- Property TableBlock.BodyRows
- Property TableBlock.HeaderRow
Constructors
public TableRow(IEnumerable<TableCell> cells, Boolean isHeader, Int32 rowIndex) #Creates a typed table row.
Parameters
- cells System.Collections.Generic.IEnumerable{OfficeIMO.Markdown.TableCell}
- isHeader System.Boolean
- rowIndex System.Int32
Methods
public TableCell GetCell(Int32 columnIndex) #Returns:
TableCellGets a cell by zero-based column index.
Parameters
- columnIndex System.Int32
Inherited Methods
public Void Accept(MarkdownVisitor visitor) #Returns:
VoidInherited from MarkdownObject
Parameters
- visitor MarkdownVisitor
public IEnumerable<MarkdownObject> Ancestors() #Returns:
IEnumerable<MarkdownObject>Inherited from MarkdownObject
public IEnumerable<MarkdownObject> AncestorsAndSelf() #Returns:
IEnumerable<MarkdownObject>Inherited from MarkdownObject
public IEnumerable<TObject> DescendantObjectsOfType<TObject>() #Returns:
IEnumerable<TObject>Inherited from MarkdownObject
Type Parameters
- TObject
public IEnumerable<MarkdownObject> Descendants() #Returns:
IEnumerable<MarkdownObject>Inherited from MarkdownObject
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
Inherited Properties
public MarkdownObject Parent { get; } #Inherited from MarkdownObject
public MarkdownDoc Document { get; } #Inherited from MarkdownObject
public MarkdownObject Root { get; } #Inherited from MarkdownObject
public Nullable<Int32> IndexInParent { get; } #Inherited from MarkdownObject
public MarkdownObject PreviousSibling { get; } #Inherited from MarkdownObject
public MarkdownObject NextSibling { get; } #Inherited from MarkdownObject
public Nullable<MarkdownSourceSpan> SourceSpan { get; set; } #Inherited from MarkdownObject
public MarkdownAttributeSet Attributes { get; } #Inherited from MarkdownObject
public IReadOnlyList<MarkdownObject> ChildObjects { get; } #Inherited from MarkdownObject