API Reference
Class
ExcelVisualConditionalDataBar
Conditional-formatting data bar overlay in an Excel range snapshot.
Inheritance
- Object
- ExcelVisualConditionalDataBar
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Row { get; } #One-based source row.
public Int32 Column { get; } #One-based source column.
public Double X { get; } #X position in CSS pixels.
public Double Y { get; } #Y position in CSS pixels.
public Double Width { get; } #Cell width in CSS pixels.
public Double Height { get; } #Cell height in CSS pixels.
public String ColorArgb { get; } #Bar fill color in ARGB hexadecimal form.
public Double StartRatio { get; } #Start position inside the cell, where 0 is the left edge and 1 is the right edge.
public Double Ratio { get; } #Bar width ratio inside the cell.
public Boolean ShowValue { get; } #Whether the underlying cell value should be drawn over the bar.