PublishObject.Sheet Property
Returns the sheet name for the specified PublishObject object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Sheet As String
Get
'Usage
Dim instance As PublishObject
Dim value As String
value = instance.Sheet
string Sheet { get; }
Property Value
Type: System.String