GrapeCity.Xaml.Excel
MaximumIterations Property (IExcelWorkbook)


GrapeCity.Excel Namespace > IExcelWorkbook Interface : MaximumIterations Property
Gets or sets the maximum iterations of the workbook
Syntax
'Declaration
 
Property MaximumIterations As Integer
'Usage
 
Dim instance As IExcelWorkbook
Dim value As Integer
 
instance.MaximumIterations = value
 
value = instance.MaximumIterations
int MaximumIterations {get; set;}

Property Value

The maximum iterations of the workbook
See Also

Reference

IExcelWorkbook Interface
IExcelWorkbook Members