IDataBar
ShowValue Property
|
Returns or sets a Boolean value that specifies if the value in the cell
is displayed if the data bar conditional format is applied to the range.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool ShowValue { get; set; }
Property ShowValue As Boolean
Get
Set
property bool ShowValue {
bool get ();
void set (bool value);
}
abstract ShowValue : bool with get, set
Property Value
Type:
Boolean
See Also