AsyncEdit Property (SpreadsheetEditor)
Gets a value indicating whether editor must edit the spreadsheet document asynchronously.
'Declaration
Public ReadOnly Property AsyncEdit As Boolean
public bool AsyncEdit { get; }
public: __property bool get_AsyncEdit();
public:
property bool AsyncEdit {
bool get();
}
Property Value
True if editor must edit the spreadsheet document asynchronously; otherwise, false. Default value is false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5