Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the left column (0-based).
Namespace: Microsoft.Office.Excel.Server.WebServices
Assembly: Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)
Syntax
'Declaration
Public Property Column As Integer
Get
Set
'Usage
Dim instance As RangeCoordinates
Dim value As Integer
value = instance.Column
instance.Column = value
public int Column { get; set; }
Property Value
Type: System.Int32
The left column.