XlsConditionalFormat
IsBorderFormatPresent Property
|
Indicates whether contains border formatting.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsBorderFormatPresent { get; set; }
Public Property IsBorderFormatPresent As Boolean
Get
Set
public:
property bool IsBorderFormatPresent {
bool get ();
void set (bool value);
}
member IsBorderFormatPresent : bool with get, set
Property Value
Type:
Boolean
See Also