'Declaration
Public Overloads Sub SetClipSpecial( _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Integer, _
ByVal columnCount As Integer, _
ByVal As Object, _
ByVal As ClipboardPasteOptions, _
ByVal As Boolean, _
ByVal columnHeader As Boolean _
)
'使用法
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim value As Object
Dim pasteOption As ClipboardPasteOptions
Dim rowHeader As Boolean
Dim columnHeader As Boolean
instance.SetClipSpecial(row, column, rowCount, columnCount, value, pasteOption, rowHeader, columnHeader)