Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorkbook Interface / MaximumIterations Property


In This Topic
    MaximumIterations Property (IExcelWorkbook)
    In This Topic
    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