API Reference
Class
PowerPointTableColumn`1
Describes a column binding for table creation.
Inheritance
- Object
- PowerPointTableColumn`1
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 PowerPointTable.AddColumnFromTemplate
- Method PowerPointTable.GetColumn
- Property PowerPointTable.ColumnItems
- Method PowerPointTableColumn.Create
- Method PowerPointTableColumn.WithWidth
- Method PowerPointTableColumn.WithWidthCm
- Method PowerPointTableColumn.WithWidthInches
- Method PowerPointTableColumn.WithWidthPoints
Accepted by parameters
- Method PowerPointSlideBuilder.TableCm``1
- Method PowerPointSlideBuilder.TableInches``1
- Method PowerPointSlideBuilder.TablePoints``1
- Method PowerPointSlideBuilder.Table``1
- Method PowerPointSlideBuilder.Table``1
- Method PowerPointSlideBuilder.Table``1
- Method PowerPointSlide.AddTableCm``1
- Method PowerPointSlide.AddTableCm``1
- Method PowerPointSlide.AddTableInches``1
- Method PowerPointSlide.AddTableInches``1
- Method PowerPointSlide.AddTablePoints``1
- Method PowerPointSlide.AddTablePoints``1
- Method PowerPointSlide.AddTable``1
- Method PowerPointSlide.AddTable``1
- Method PowerPointSlide.AddTable``1
- Method PowerPointSlide.AddTable``1
- Method PowerPointTable.Bind
- Method PowerPointTable.Bind``1
Type Parameters
- T
Constructors
public PowerPointTableColumn<T>(String header, Func<T, Object> valueSelector) #Initializes a new column binding.
Parameters
- header System.String
- valueSelector System.Func{`0,System.Object}
Methods
public static PowerPointTableColumn<T> Create(String header, Func<T, Object> valueSelector) #Returns:
PowerPointTableColumn<T>Creates a column binding.
Parameters
- header System.String
- valueSelector System.Func{`0,System.Object}
public PowerPointTableColumn<T> WithWidth(Int64 widthEmus) #Returns:
PowerPointTableColumn<T>Sets the column width in EMUs.
Parameters
- widthEmus System.Int64
public PowerPointTableColumn<T> WithWidthCm(Double widthCm) #Returns:
PowerPointTableColumn<T>Sets the column width in centimeters.
Parameters
- widthCm System.Double
public PowerPointTableColumn<T> WithWidthInches(Double widthInches) #Returns:
PowerPointTableColumn<T>Sets the column width in inches.
Parameters
- widthInches System.Double
public PowerPointTableColumn<T> WithWidthPoints(Double widthPoints) #Returns:
PowerPointTableColumn<T>Sets the column width in points.
Parameters
- widthPoints System.Double
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object