XlsShapeLineFormat
NoFill Property
|
Getts and Setts the m_bNoFill;
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool NoFill { get; set; }
Public Property NoFill As Boolean
Get
Set
public:
property bool NoFill {
bool get ();
void set (bool value);
}
member NoFill : bool with get, set
Property Value
Type:
Boolean
See Also