API Reference
Class
PowerPointTableColumn`1
Describes a column binding for table creation.
Inheritance
- Object
- PowerPointTableColumn`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