Class ExcelColumn
- Namespace
- OfficeOpenXml
- Assembly
- Magicodes.EPPlus.dll
- Inheritance
-
ExcelColumn
- Inherited Members
-
- Extension Methods
-
Constructors
ExcelColumn(ExcelWorksheet, int)
protected ExcelColumn(ExcelWorksheet Worksheet, int col)
Parameters
Worksheet
ExcelWorksheet
col
int
Properties
BestFit
public bool BestFit { get; set; }
Property Value
- bool
Collapsed
public bool Collapsed { get; set; }
Property Value
- bool
ColumnMax
public int ColumnMax { get; set; }
Property Value
- int
ColumnMin
public int ColumnMin { get; }
Property Value
- int
Hidden
public bool Hidden { get; set; }
Property Value
- bool
Merged
public bool Merged { get; set; }
Property Value
- bool
OutlineLevel
public int OutlineLevel { get; set; }
Property Value
- int
PageBreak
public bool PageBreak { get; set; }
Property Value
- bool
Phonetic
public bool Phonetic { get; set; }
Property Value
- bool
Style
public ExcelStyle Style { get; }
Property Value
- ExcelStyle
StyleID
public int StyleID { get; set; }
Property Value
- int
StyleName
public string StyleName { get; set; }
Property Value
- string
Width
public double Width { get; set; }
Property Value
- double
Methods
AutoFit()
AutoFit(double)
public void AutoFit(double MinimumWidth)
Parameters
MinimumWidth
double
AutoFit(double, double)
public void AutoFit(double MinimumWidth, double MaximumWidth)
Parameters
MinimumWidth
double
MaximumWidth
double
ToString()
public override string ToString()
Returns
- string