XlsChartSerieDataFormat
IsInteriorSupported Property
|
Indicates whether interior object is supported. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsInteriorSupported { get; }
Public ReadOnly Property IsInteriorSupported As Boolean
Get
public:
property bool IsInteriorSupported {
bool get ();
}
member IsInteriorSupported : bool with get
Property Value
Type:
Boolean
See Also