Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.CategoriesRow.SetPictureNull C# (CSharp) Method

SetPictureNull() private method

private SetPictureNull ( ) : void
return void
            public void SetPictureNull() {
                this[this.tableCategories.PictureColumn] = global::System.Convert.DBNull;
            }
        }