Gets or sets the index of the right column of the range.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public int Right { get; set; }
Public Property Right As Integer Get Set
public: property int Right { int get (); void set (int value); }
member Right : int with get, set