Search
ColumnRange.Left Property
See Also
 






Gets the left column of the range.

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

 Syntax

C#  Copy Code

public int Left { get; }

Visual Basic  Copy Code

Public ReadOnly Property Left As Integer

 Property Value

An integer value.

 See Also