Class SheetEventArgs
public class SheetEventArgs
extends EventArgs
Represents EventArgs which contain a Worksheet object;
-
Field Summary
Fields inherited from class com.grapecity.documents.excel.EventArgs
Empty
-
Constructor Summary
Constructors
Specifies the construction.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SheetEventArgs
Specifies the construction.
- Parameters:
sheet
- The IWorksheet
object.
-