Aspose.Cells.GridWeb.Examples.CSharp.Cells.ModifyCells.btnModifyCellValue_Click C# (CSharp) Method

btnModifyCellValue_Click() protected method

protected btnModifyCellValue_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        protected void btnModifyCellValue_Click(object sender, EventArgs e)
        {
            AddStringValue();
            AddIntValue();
            AddDoubleValue();
        }