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





Copies the styles in the specified range and returns an object identifying the copied styles.

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

 Syntax

C#  Copy Code

public StyleData CopyStyles (
    CellRange range
)

Visual Basic  Copy Code

Public Function CopyStyles( _
    range As CellRange _
) As StyleData

 Parameters

range

The range from which the styles are copied.

 Return Value

An object identifying the copied styles.

 See Also

Worksheet Members
Worksheet Class
MindFusion.Spreadsheet.Wpf Namespace