Spread for ASP.NET 12 Product Documentation
RegisterSingleCss Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > BaseDropDownCellType Class : RegisterSingleCss Method
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

Reference

BaseDropDownCellType Class
BaseDropDownCellType Members