GrapeCity.Xaml.SpreadSheet.Data
StyleInfo Constructor(String,String,StyleInfo)


The name of the new StyleInfo object.
The parent name of the new StyleInfo object.
A StyleInfo object.
Creates a custom style (StyleInfo object) using the specified StyleInfo object, name, and parent name.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal parentName As String, _
   ByVal style As StyleInfo _
)
'Usage
 
Dim name As String
Dim parentName As String
Dim style As StyleInfo
 
Dim instance As New StyleInfo(name, parentName, style)
public StyleInfo( 
   string name,
   string parentName,
   StyleInfo style
)

Parameters

name
The name of the new StyleInfo object.
parentName
The parent name of the new StyleInfo object.
style
A StyleInfo object.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

StyleInfo Class
StyleInfo Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options