Gets or sets the column title.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public string Title { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Title As String |
A string value. The default is null (Nothing in Visual Basic).
See Also