Share via


RangeCoordinates.Width property

Gets or sets the number of columns.

Namespace:  Microsoft.Office.Excel.Server.WebServices
Assembly:  Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)

Syntax

'Declaration
Public Property Width As Integer
    Get
    Set
'Usage
Dim instance As RangeCoordinates
Dim value As Integer

value = instance.Width

instance.Width = value
public int Width { get; set; }

Property value

Type: System.Int32
The corresponding number of columns.

See also

Reference

RangeCoordinates class

RangeCoordinates members

Microsoft.Office.Excel.Server.WebServices namespace