Pastes the styles identified by the specified object at the specified location. The style information in the target range is discarded.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
Visual Basic
Copy Code
|
|---|
Public Sub PasteStyles( _ |
A Cell object identifying the target range. The dimensions of the target range are identical to the dimensions of the source range.
An object identifying the styles to paste.
See Also