[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SheetEventArgs

Class SheetEventArgs

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents System.EventArgs which contain a Worksheet object;

public class SheetEventArgs : EventArgs
Inheritance
object
System.EventArgs
SheetEventArgs
Inherited Members
System.EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SheetEventArgs(IWorksheet)

Specifies the construction.

public SheetEventArgs(IWorksheet sheet)

Parameters

sheet IWorksheet

The IWorksheet object.

Properties

Sheet

public IWorksheet Sheet { get; }

Property Value

IWorksheet