MindFusion.Wpf Pack Programmer's Guide
Worksheet.PasteStyles Method
See Also
 





Pastes the styles identified by the specified object at the specified location. The style information in the target range is discarded.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public void PasteStyles (
    Cell cell,
    StyleData styleData
)

Visual Basic  Copy Code

Public Sub PasteStyles( _
    cell As Cell, _
    styleData As StyleData _
)

 Parameters

cell

A Cell object identifying the target range. The dimensions of the target range are identical to the dimensions of the source range.

styleData

An object identifying the styles to paste.

 See Also

Worksheet Members
Worksheet Class
MindFusion.Spreadsheet.Wpf Namespace