Search
Selection.Bottom Property
See Also
 






Gets the index of the bottommost column of the selected cell range.

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

 Syntax

C#  Copy Code

public int Bottom { get; }

Visual Basic  Copy Code

Public ReadOnly Property Bottom As Integer

 Property Value

An integer value.

 See Also