Workbook
IsDigitallySigned Property
|
Indicates whether this spreadsheet is digitally signed.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsDigitallySigned { get; }
Public ReadOnly Property IsDigitallySigned As Boolean
Get
public:
property bool IsDigitallySigned {
bool get ();
}
member IsDigitallySigned : bool with get
Property Value
Type:
Boolean
See Also