Spread for ASP.NET 7.0 Product Documentation
GetAttributesString(Background,FpSpread) Method
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Background Class : GetAttributesString(Background,FpSpread) Method


background
Background
spread
FarPoint Spread

Glossary Item Box

Gets the attributes string for the specified background and FarPoint Spread.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetAttributesString( _
   ByVal background As Background, _
   ByVal spread As FpSpread _
) As String
Visual Basic (Usage)Copy Code
Dim background As Background
Dim spread As FpSpread
Dim value As String
 
value = Background.GetAttributesString(background, spread)
C# 
public static string GetAttributesString( 
   Background background,
   FpSpread spread
)

Parameters

background
Background
spread
FarPoint Spread

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.