WorksheetClass Class

Reserved for internal use.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Interop.Excel.WorksheetClass

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("00020820-0000-0000-C000-000000000046")> _
Public Class WorksheetClass _
    Implements _Worksheet, Worksheet, DocEvents_Event
'Usage
Dim instance As WorksheetClass
[ClassInterfaceAttribute()]
[GuidAttribute("00020820-0000-0000-C000-000000000046")]
public class WorksheetClass : _Worksheet, 
    Worksheet, DocEvents_Event

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

WorksheetClass Members

Microsoft.Office.Interop.Excel Namespace