Gets or sets a value indicating whether cells should show their leading apostrophe.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool ShowLeadingApostrophes { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowLeadingApostrophes As Boolean |
true to show leading apostrophes, or false otherwise. The default value is false.
See Also