GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class : GetArrayFormula Method |
'Declaration Public Function GetArrayFormula( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As String
GcSpreadSheet1.Sheets[0].SetArrayFormula(0, 3, 4, 1, "B2:B5*C2:C5");
TextBox1.Text = GcSpreadSheet1.Sheets[0].GetArrayFormula(0, 3, 4, 1).ToString();
GcSpreadSheet1.Sheets(0).SetArrayFormula(0, 3, 4, 1, "B2:B5*C2:C5")
TextBox1.Text = GcSpreadSheet1.Sheets(0).GetArrayFormula(0, 3, 4, 1).ToString()
Target Platforms: Windows Server 2012, Windows RT