FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : ReferenceStyle Property |
'Declaration Public Property ReferenceStyle As ReferenceStyle
'Usage Dim instance As SheetView Dim value As ReferenceStyle instance.ReferenceStyle = value value = instance.ReferenceStyle
public ReferenceStyle ReferenceStyle {get; set;}
ReferenceStyle setting that determines the cell reference style
For more information about formulas, refer to the Formula Reference.
fpSpread1.ActiveSheet.Iteration = true; fpSpread1.ActiveSheet.SetValue(0, 1, 20); fpSpread1.ActiveSheet.MaximumIterations = 5; fpSpread1.ActiveSheet.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; fpSpread1.ActiveSheet.SetFormula(0, 0, "R1C2+R1C3"); fpSpread1.ActiveSheet.SetFormula(0, 2, "R1C1*3");
FpSpread1.ActiveSheet.Iteration = True FpSpread1.ActiveSheet.SetValue(0, 1, 20) FpSpread1.ActiveSheet.MaximumIterations = 5 FpSpread1.ActiveSheet.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1 FpSpread1.ActiveSheet.SetFormula(0, 0, "R1C2+R1C3") FpSpread1.ActiveSheet.SetFormula(0, 2, "R1C1*3")
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10