Excel for WinRT
RangeType Property


Gets or sets a type (default, indirect or offset) for this cell range.
Syntax
'Declaration
 
Public Property RangeType As XLRangeType
'Usage
 
Dim instance As XLCellRange
Dim value As XLRangeType
 
instance.RangeType = value
 
value = instance.RangeType
public XLRangeType RangeType {get; set;}
See Also

Reference

XLCellRange Class
XLCellRange Members

 

 


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

Product Support Forum  |  Documentation Feedback