Search
ReportColumn.Style Property
See Also
 





Gets or sets the style of the column.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting

 Syntax

C#  Copy Code

public Style Style { get; set; }

Visual Basic  Copy Code

Public Property Style As Style

 Property Value

An instance of the Style class specifying the appearance of the cells in the column.

 See Also