Search
InteractiveObject.FromRow Property
See Also
 






Gets or sets the zero-based index of the row of the cell to which the object is anchored.

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

 Syntax

C#  Copy Code

public int FromRow { get; set; }

Visual Basic  Copy Code

Public Property FromRow As Integer

 Property Value

An integer value.

 Remarks

This value is ignore if the object is anchored to the page.

 See Also