Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Returns the Workbook object in which this worksheet resides.

Signature
C#
C#

 public Workbook Workbook{ get; }
Signature
vb.net
vb.net

Public ReadOnly Property Workbook() As Workbook
Example
Code Block
csharp
csharp
titleC#

Workbook wkbk = sheet.Worksheet;
Code Block
vb.net
vb.net
titlevb.net

Dim wkbk as Workbook = sheet.Workbook