API Reference
Class
OneNoteTableRow
A row in a OneNote table.
Inheritance
- Object
- OneNoteTableRow
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 OneNoteTable.Rows
Constructors
public OneNoteTableRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IList<OneNoteTableCell> Cells { get; } #Cells in source order.