Spread for ASP.NET 7.0 Product Documentation
ParallelOptions Enumeration
Example  See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : ParallelOptions Enumeration


Glossary Item Box

Specifies which areas to execute in parallel.

Syntax

Visual Basic (Declaration) 
Public Enum ParallelOptions 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ParallelOptions
C# 
public enum ParallelOptions : System.Enum 

Members

MemberDescription
AllSpecifies to enable parallel when possible.
FilteringSpecifies to filter in parallel.
NoneSpecifies that parallel execution is disabled.
RenderingSpecifies to render Spread in parallel.
ViewStateSpecifies to save and load the view state in parallel.

Example

This example uses the ParallelOptions enumeration.
C#Copy Code
FpSpread1.Parallel = FarPoint.Web.Spread.ParallelOptions.Filtering;
VB.NETCopy Code
FpSpread1.Parallel = FarPoint.Web.Spread.ParallelOptions.Filtering

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.ParallelOptions

Requirements

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

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.