Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / Normalize Method / Normalize(CfExecutedResult) Method
Indicates a CfExecutedResult value to normalize its CfExecutedResult.Format.


In This Topic
Normalize(CfExecutedResult) Method
In This Topic
Normalizes CfExecutedResult.Format of a StyleFormat value by filling missing setting from Normal style.
Syntax
'Declaration
 
Public Overloads Sub Normalize( _
   ByRef renderStyle As CfExecutedResult _
) 
 
'Usage
 
Dim instance As Styles
Dim renderStyle As CfExecutedResult
 
instance.Normalize(renderStyle)

Parameters

renderStyle
Indicates a CfExecutedResult value to normalize its CfExecutedResult.Format.
See Also