'Declaration
Property FormulaR1C1 As System.String
'Usage
Dim instance As IRange Dim value As System.String instance.FormulaR1C1 = value value = instance.FormulaR1C1
System.string FormulaR1C1 {get; set;}
'Declaration
Property FormulaR1C1 As System.String
'Usage
Dim instance As IRange Dim value As System.String instance.FormulaR1C1 = value value = instance.FormulaR1C1
System.string FormulaR1C1 {get; set;}
// Set cells to a formula which referes to the top-left cell in the worksheet. range.FormulaR1C1 = "=R1C1";
' Set cells to a formula which referes to the top-left cell in the worksheet. range.FormulaR1C1 = "=R1C1"
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2