Search
ColumnRange.Style Property
See Also
 






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

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