API Reference
Class
ExcelColumnSnapshot
Immutable explicit column metadata discovered during inspection.
Inheritance
- Object
- ExcelColumnSnapshot
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 ExcelWorksheetSnapshot.Columns
Constructors
public ExcelColumnSnapshot() #Inherited Methods
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.