Search
CellAnnotation.Margin Property
See Also
 






Gets or sets the text margins.

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

 Syntax

C#  Copy Code

public Measure Margin { get; set; }

Visual Basic  Copy Code

Public Property Margin As Measure

 Property Value

An instance of the Measure class. The default is null (Nothing in Visual Basic).

 Remarks

If this property is set to null (Nothing in Visual Basic), the margin of the annotation will be set to "1.5pt".

 See Also