Aspose.Plugins.AsposeVSOpenXML.MyProduct.MyProduct C# (CSharp) Method

MyProduct() private method

private MyProduct ( string name, int age ) : Aspose.Cells
name string
age int
return Aspose.Cells
        internal MyProduct(string name, int age)
        {
            this.m_Name = name;
            this.m_Age = age;
        }
MyProduct