Namespace: Spire.Xls.Core.Spreadsheet.ConditionalFormatting
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public DataBarBorderType Type { get; set; }
Public Property Type As DataBarBorderType
	Get
	Set
public:
property DataBarBorderType Type {
	DataBarBorderType get ();
	void set (DataBarBorderType value);
}
member Type : DataBarBorderType with get, set

Property Value

DataBarBorderType

See Also