Search
Workbook.ShowLeadingApostrophes Property
See Also
 






Gets or sets a value indicating whether cells should show their leading apostrophe.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool ShowLeadingApostrophes { get; set; }

Visual Basic  Copy Code

Public Property ShowLeadingApostrophes As Boolean

 Property Value

true to show leading apostrophes, or false otherwise. The default value is false.

 See Also