Search
CellAnnotation.AutoPopDelay Property
See Also
 






Gets or sets the period of time the annotation remains visible.

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

 Syntax

C#  Copy Code

public int AutoPopDelay { get; set; }

Visual Basic  Copy Code

Public Property AutoPopDelay As Integer

 Property Value

An integer value.

 See Also