API Reference
Class
ExcelColumnSnapshot
Immutable explicit column metadata discovered during inspection.
Inheritance
- Object
- ExcelColumnSnapshot
Constructors
public ExcelColumnSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 StartIndex { get; set; } #One-based starting column index covered by the definition.
public Int32 EndIndex { get; set; } #One-based ending column index covered by the definition.
public Nullable<Double> Width { get; set; } #Excel column width in character units, when explicitly set.
public Boolean CustomWidth { get; set; } #Whether the width was explicitly customized.