API Reference
Class
PowerPointTableData
Native appendix table data independent of CLR row types.
Inheritance
- Object
- PowerPointTableData
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
Accepted by parameters
- Constructor PowerPointAppendixTablePlanSlide.PowerPointAppendixTablePlanSlide
- Method PowerPointDeckComposer.AddAppendixTableSlide
- Method PowerPointDeckPlan.AddAppendixTable
- Method PowerPointDesignExtensions.AddDesignerAppendixTableSlide
- Extension method PowerPointPresentation.AddDesignerAppendixTableSlide
Constructors
public PowerPointTableData(IEnumerable<String> headers, IEnumerable<IEnumerable<String>> rows) #Creates table data from headers and string rows.
Parameters
- headers System.Collections.Generic.IEnumerable{System.String}
- rows System.Collections.Generic.IEnumerable{System.Collections.Generic.IEnumerable{System.String}}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<String> Headers { get; } #Column headers.
public IReadOnlyList<IReadOnlyList<String>> Rows { get; } #Table rows.
public String Caption { get; set; } #Optional caption.
public String Provenance { get; set; } #Optional source/provenance line.
public IReadOnlyList<String> Notes { get; set; } #Optional notes displayed beside the table.