Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView.BuiltInAction Class / ApplyStyleFormatLegacy Method


In This Topic
    ApplyStyleFormatLegacy Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub ApplyStyleFormatLegacy( _
       ByVal sheetView As SheetView, _
       ByRef styleFormat As StyleFormat, _
       Optional ByVal increase As Nullable(Of Boolean) _
    ) 
    'Usage
     
    
    Dim sheetView As SheetView
    Dim styleFormat As StyleFormat
    Dim increase As Nullable(Of Boolean)
     
    SpreadView.BuiltInAction.ApplyStyleFormatLegacy(sheetView, styleFormat, increase)
    public static void ApplyStyleFormatLegacy( 
       SheetView sheetView,
       ref StyleFormat styleFormat,
       Nullable<bool> increase
    )

    Parameters

    sheetView
    styleFormat
    increase
    See Also