Visual Basic (Declaration) | |
---|---|
Public Property Parallel As ParallelOptions |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FpSpread Dim value As ParallelOptions instance.Parallel = value value = instance.Parallel |
C# | |
---|---|
public ParallelOptions Parallel {get; set;} |
This property improves the rendering time for certain operations such as filtering.
This example sets the Parallel property when filtering.
C# | Copy Code |
---|---|
FpSpread1.Parallel = FarPoint.Web.Spread.ParallelOptions.Filtering; |
VB.NET | Copy Code |
---|---|
FpSpread1.Parallel = FarPoint.Web.Spread.ParallelOptions.Filtering |
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