CopyScTableStyleTo Method
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.
'Declaration
Public Sub CopyScTableStyleTo( _
ByVal As SheetView _
)
'Usage
Dim instance As SheetView
Dim targetSheetView As SheetView
instance.CopyScTableStyleTo(targetSheetView)
Parameters
- targetSheetView