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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional