Spread ASP.NET 6.0 Product Documentation
GetAttributesString Method
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Background Class : GetAttributesString 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

Return Value

String containing the attributes

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.