Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadWinUIManager Class / AddCircularInfoIntoEventArg Method
Worksheet contain circular reference
Column contain circular reference


In This Topic
    AddCircularInfoIntoEventArg Method
    In This Topic
    Add info to event argument
    Syntax
    'Declaration
     
    
    Protected Overrides Sub AddCircularInfoIntoEventArg( _
       ByVal sheet As Worksheet, _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) 
    'Usage
     
    
    Dim instance As SpreadWinUIManager
    Dim sheet As Worksheet
    Dim row As Integer
    Dim col As Integer
     
    instance.AddCircularInfoIntoEventArg(sheet, row, col)
    protected override void AddCircularInfoIntoEventArg( 
       Worksheet sheet,
       int row,
       int col
    )

    Parameters

    sheet
    Worksheet contain circular reference
    row
    col
    Column contain circular reference
    See Also