Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BaseDropDownCellType Class / RegisterSingleCss Method


In This Topic
    RegisterSingleCss Method
    In This Topic
    Registers the css file.
    Syntax
    'Declaration
     
    
    Protected Sub RegisterSingleCss( _
       ByVal spread As FpSpread, _
       ByVal key As String, _
       ByVal file As String _
    ) 
    'Usage
     
    
    Dim instance As BaseDropDownCellType
    Dim spread As FpSpread
    Dim key As String
    Dim file As String
     
    instance.RegisterSingleCss(spread, key, file)
    protected void RegisterSingleCss( 
       FpSpread spread,
       string key,
       string file
    )

    Parameters

    spread
    key
    file
    See Also