Input.SheetName Property
Gets or sets the name of the sheet.
Namespace: Microsoft.Office.Excel.Server.Addins.ComputeCluster
Assembly: Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)
Syntax
'Declaration
Public Property SheetName As String
Get
Set
'Usage
Dim instance As Input
Dim value As String
value = instance.SheetName
instance.SheetName = value
public string SheetName { get; set; }
Property Value
Type: System.String
The name of the sheet.
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace