API Reference
ExcelRowLayoutOptions
Describes row-level layout and style changes that should be applied together.
Inheritance
- Object
- ExcelRowLayoutOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method ExcelSheet.SetRowLayout
- Method ExcelSheet.SetRowsLayout
Constructors
public ExcelRowLayoutOptions() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Nullable<Double> Height { get; set; } #Explicit row height in points. Use ClearHeight to remove a custom height.
public Boolean ClearHeight { get; set; } #Clears any custom row height before optional auto-fit is applied.
public Boolean AutoFit { get; set; } #Auto-fits the row height after style changes are applied.
public Nullable<Boolean> Bold { get; set; } #Optional bold font state applied to cells in the target column span.
public Nullable<Boolean> Italic { get; set; } #Optional italic font state applied to cells in the target column span.
public Nullable<Boolean> Underline { get; set; } #Optional underline font state applied to cells in the target column span.
public Nullable<Boolean> WrapText { get; set; } #Optional wrap-text state applied to cells in the target column span.
public String FontName { get; set; } #Optional font family applied to cells in the target column span.
public String BackgroundColor { get; set; } #Optional background color applied to cells in the target column span. Accepts RGB or ARGB hex text.
public Nullable<Int32> FirstColumn { get; set; } #First 1-based column affected by cell style options. Defaults to the worksheet used range.
public Nullable<Int32> LastColumn { get; set; } #Last 1-based column affected by cell style options. Defaults to the worksheet used range.