Excel for WinRT
Formula Property


Gets or sets a string that specifies a formula of the cell.
Syntax
'Declaration
 
Public Property Formula As System.String
'Usage
 
Dim instance As XLCell
Dim value As System.String
 
instance.Formula = value
 
value = instance.Formula
public System.string Formula {get; set;}
See Also

Reference

XLCell Class
XLCell Members

 

 


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

Product Support Forum  |  Documentation Feedback