Search
InteractiveObject.FromColumn Property
See Also
 






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

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public int FromColumn { get; set; }

Visual Basic  Copy Code

Public Property FromColumn As Integer

 Property Value

 Remarks

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

 See Also