FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : ParallelOptions Enumeration |
'Declaration Public Enum ParallelOptions Inherits System.Enum
'Usage Dim instance As ParallelOptions
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. |
FpSpread1.Parallel = FarPoint.Web.Spread.ParallelOptions.Filtering;
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