WorksheetActivatedEventArgs class
Provides information about the worksheet that raised the activated event.
Api set: ExcelApi 1.7
- Annotations
-
- @immutable
- @Freezed(fromJson: true, toJson: true, equal: true, addImplicitFinal: true, copyWith: true)
Constructors
- WorksheetActivatedEventArgs({required String worksheetId, required EventType type})
-
constfactory
-
WorksheetActivatedEventArgs.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $WorksheetActivatedEventArgsCopyWith<
WorksheetActivatedEventArgs> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → EventType
-
Gets the ID of the worksheet that is activated.
no setterinherited
- worksheetId → String
-
Gets the ID of the worksheet that is added to the workbook.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited