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 TopBottomType Type { get; set; }
Public Property Type As TopBottomType
	Get
	Set
public:
property TopBottomType Type {
	TopBottomType get ();
	void set (TopBottomType value);
}
member Type : TopBottomType with get, set

Property Value

TopBottomType

See Also