Version

GetResource Method (SpreadsheetResourceProvider)

Returns a resource for the specified id
Syntax
'Declaration
 
Protected Overrides Function GetResource( _
   ByVal id As SpreadsheetResourceId _
) As Object
protected override object GetResource( 
   SpreadsheetResourceId id
)

Parameters

id
Identifies the resource whose value is to be returned.

Return Value

A resource for the specified id or null if one could not be found.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also