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

Syntax

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

Property Value

ExcelColors

Implements

ITabSheet..::..TabKnownColor

See Also