Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Background Class / GetAttributesString(Background,FpSpread) Method
Background
FarPoint Spread


In This Topic
    GetAttributesString(Background,FpSpread) Method
    In This Topic
    Gets the attributes string for the specified background and FarPoint Spread.
    Syntax
    'Declaration
     
    
    Public Shared Function GetAttributesString( _
       ByVal background As Background, _
       ByVal spread As FpSpread _
    ) As String
    'Usage
     
    
    Dim background As Background
    Dim spread As FpSpread
    Dim value As String
     
    value = Background.GetAttributesString(background, spread)
    public static string GetAttributesString( 
       Background background,
       FpSpread spread
    )

    Parameters

    background
    Background
    spread
    FarPoint Spread
    See Also