Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorkbook Class / MaximumIterations Property


In This Topic
    MaximumIterations Property (ExcelWorkbook)
    In This Topic
    Gets or sets the maximum iterations of the workbook
    Syntax
    'Declaration
     
    Public Property MaximumIterations As Integer
    'Usage
     
    Dim instance As ExcelWorkbook
    Dim value As Integer
     
    instance.MaximumIterations = value
     
    value = instance.MaximumIterations
    public int MaximumIterations {get; set;}

    Property Value

    The maximum iterations of the workbook
    See Also