ExcelServicesJob.Divisor Property
Gets or sets the divisor value for the fixed TypeOfDivision property.
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 Divisor As Integer
Get
Set
'Usage
Dim instance As ExcelServicesJob
Dim value As Integer
value = instance.Divisor
instance.Divisor = value
public int Divisor { get; set; }
Property Value
Type: System.Int32
The value of the divisor.
Remarks
You use this property to determine the number of input rows that will comprise a single Windows Compute Cluster Server 2003 task.
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace