DataBar
ShowValue Property
 | 
Gets or sets a Boolean value that specifies if the value in the cell is displayed.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public bool ShowValue { get; set; }
 
Public Property ShowValue As Boolean
	Get
	Set
 
public:
property bool ShowValue {
	bool get ();
	void set (bool value);
}
 
member ShowValue : bool with get, set
 
 
 
Property Value
Type:
Boolean
 
See Also