Search
ColumnRange.Right Property
See Also
 






Gets the right column of the range.

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

 Syntax

C#  Copy Code

public int Right { get; }

Visual Basic  Copy Code

Public ReadOnly Property Right As Integer

 Property Value

An integer value.

 See Also