Search
ReportQueryStyleEventArgs.Column Property
See Also
 





Gets the column where the text would appear.

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

 Syntax

C#  Copy Code

public ReportColumn Column { get; }

Visual Basic  Copy Code

Public ReadOnly Property Column As ReportColumn

 Property Value

A reference to the ReportColumn object related to the cell whose Style is being queried.

 See Also