Visual Basic (Declaration) | |
---|---|
Public Enum ParallelOptions Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ParallelOptions |
C# | |
---|---|
public enum ParallelOptions : System.Enum |
Member | Description |
---|---|
All | Specifies to enable parallel when possible. |
Filtering | Specifies to filter in parallel. |
None | Specifies that parallel execution is disabled. |
Rendering | Specifies to render Spread in parallel. |
ViewState | Specifies to save and load the view state in parallel. |
This example uses the ParallelOptions enumeration.
C# | Copy Code |
---|---|
FpSpread1.Parallel = FarPoint.Web.Spread.ParallelOptions.Filtering; |
VB.NET | Copy Code |
---|---|
FpSpread1.Parallel = FarPoint.Web.Spread.ParallelOptions.Filtering |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.ParallelOptions
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6