Class SheetEventArgs
public class SheetEventArgs
extends EventArgs
表示包含Worksheet对象的EventArgs;
-
Field Summary
Fields inherited from class com.grapecity.documents.excel.EventArgs
Empty
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SheetEventArgs
指定构造方式。
- Parameters:
sheet
- IWorksheet
对象。
-