Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardPasteCommand Class / KeepSourceColumnWidths Method
The worksheet to paste.


In This Topic
    KeepSourceColumnWidths Method
    In This Topic
    Creates a command that paste cell data (included column width) to the worksheet.
    Syntax
    'Declaration
     
    
    Public Shared Function KeepSourceColumnWidths( _
       ByVal target As IWorksheet _
    ) As ClipboardPasteCommand
    'Usage
     
    
    Dim target As IWorksheet
    Dim value As ClipboardPasteCommand
     
    value = ClipboardPasteCommand.KeepSourceColumnWidths(target)
    public static ClipboardPasteCommand KeepSourceColumnWidths( 
       IWorksheet target
    )

    Parameters

    target
    The worksheet to paste.
    See Also