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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ExcelColors BottomBorderKnownColor { get; set; }
Public Property BottomBorderKnownColor As ExcelColors
	Get
	Set
public:
virtual property ExcelColors BottomBorderKnownColor {
	ExcelColors get () sealed;
	void set (ExcelColors value) sealed;
}
abstract BottomBorderKnownColor : ExcelColors with get, set
override BottomBorderKnownColor : ExcelColors with get, set

Property Value

ExcelColors

Implements

IConditionalFormat..::..BottomBorderKnownColor

See Also