Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / CopyScTableStyleTo Method


In This Topic
    CopyScTableStyleTo Method
    In This Topic
    Copy SC's tablestyle of this SheetView to target SheetView. Intended to be use when creata a new SheetView from another SheetView in designer only Internal use only.
    Syntax
    'Declaration
     
    
    Public Sub CopyScTableStyleTo( _
       ByVal targetSheetView As SheetView _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim targetSheetView As SheetView
     
    instance.CopyScTableStyleTo(targetSheetView)
    public void CopyScTableStyleTo( 
       SheetView targetSheetView
    )

    Parameters

    targetSheetView
    Remarks
    Internal use only
    See Also