Spread for ASP.NET 12 Product Documentation
GetResourceString Method (DefaultSpreadDataViewMapper)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Data Namespace > DefaultSpreadDataViewMapper Class : GetResourceString Method
The id.
Gets the resource string.
Syntax
'Declaration
 
Public Function GetResourceString( _
   ByVal id As String _
) As String
'Usage
 
Dim instance As DefaultSpreadDataViewMapper
Dim id As String
Dim value As String
 
value = instance.GetResourceString(id)
public string GetResourceString( 
   string id
)

Parameters

id
The id.
See Also

Reference

DefaultSpreadDataViewMapper Class
DefaultSpreadDataViewMapper Members