Search
CellRange.Style Property
See Also
 






Gets an IStyle object that can be used to customize the appearance of all cells in the range.

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

 Syntax

C#  Copy Code

public IStyle Style { get; }

Visual Basic  Copy Code

Public ReadOnly Property Style As IStyle

 Property Value

An IStyle instance.

 See Also