Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SheetViewSynchronizer Class / SetDataValidation Method


In This Topic
    SetDataValidation Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub SetDataValidation( _
       ByVal spread As IExcelRead, _
       ByVal sheet As CT_Worksheet, _
       ByVal sheetIndex As Short _
    ) 
    'Usage
     
    
    Dim spread As IExcelRead
    Dim sheet As CT_Worksheet
    Dim sheetIndex As Short
     
    SheetViewSynchronizer.SetDataValidation(spread, sheet, sheetIndex)
    public static void SetDataValidation( 
       IExcelRead spread,
       CT_Worksheet sheet,
       short sheetIndex
    )

    Parameters

    spread
    sheet
    sheetIndex
    See Also