Xceed Grid for WinForms v4.3 Documentation
Load(String) Method


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > StyleSheet Class > Load Method : Load(String) Method
A full path to the XML to load.
Loads a XML file to create a StyleSheet object.
Syntax
'Declaration
 
Public Overloads Shared Function Load( _
   ByVal fileName As String _
) As StyleSheet
'Usage
 
Dim fileName As String
Dim value As StyleSheet
 
value = StyleSheet.Load(fileName)
public static StyleSheet Load( 
   string fileName
)

Parameters

fileName
A full path to the XML to load.

Return Value

A reference to the StyleSheet object that has been created from the XML file.
Requirements

Target Platforms: Windows 7, 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

Reference

StyleSheet Class
StyleSheet Members
Overload List