CommonWrapper
BeginCallsCount Property
|
Returns number of begin update calls that have no corresponding end update. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected int BeginCallsCount { get; }
Protected ReadOnly Property BeginCallsCount As Integer
Get
protected:
property int BeginCallsCount {
int get ();
}
member BeginCallsCount : int with get
Property Value
Type:
Int32
See Also