Search
Column.Style Property
See Also
 






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

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

 Syntax

C#  Copy Code

public IColumnStyle Style { get; }

Visual Basic  Copy Code

Public ReadOnly Property Style As IColumnStyle

 Property Value

An IColumnStyle instance.

 See Also