AddtionalFormatWrapper
Interior Property
|
Gets the interior style of the cell.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IInterior Interior { get; }
Public ReadOnly Property Interior As IInterior
Get
public:
virtual property IInterior^ Interior {
IInterior^ get () sealed;
}
abstract Interior : IInterior with get
override Interior : IInterior with get
Return Value
Type:
IInterior
The interior style of the cell.
Implements
IStyle
Interior
See Also