Share via


Result.SheetName Property

Gets or sets the name of the sheet on the workbook where the result values are located.

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 Result
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

Result Class

Result Members

Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace