Excel for WinRT
Column Property


Gets or sets the index of the column to which the shape is attached.
Syntax
'Declaration
 
Public Property Column As System.Integer
'Usage
 
Dim instance As XLShape
Dim value As System.Integer
 
instance.Column = value
 
value = instance.Column
public System.int Column {get; set;}
See Also

Reference

XLShape Class
XLShape Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback