Spread for ASP.NET 10 Product Documentation
GetAttributesString(Background,FpSpread) Method


Background
FarPoint Spread
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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

Background Class
Background Members

 

 


Copyright © GrapeCity, inc. All rights reserved.