API Reference
Class
WordTableCellSnapshot
Inheritance
- Object
- WordTableCellSnapshot
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
- Property WordTableRowSnapshot.Cells
Constructors
public WordTableCellSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 ColumnIndex { get; set; } #public Int32 ColumnSpan { get; set; } #public Int32 RowSpan { get; set; } #public String ShadingFillColorHex { get; set; } #public WordTableCellBorderSnapshot LeftBorder { get; set; } #public WordTableCellBorderSnapshot RightBorder { get; set; } #public WordTableCellBorderSnapshot TopBorder { get; set; } #public WordTableCellBorderSnapshot BottomBorder { get; set; } #public Boolean HasHorizontalMerge { get; set; } #public Boolean HasVerticalMerge { get; set; } #public IReadOnlyList<WordParagraphSnapshot> Paragraphs { get; } #