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

IsPictureNull() private method

private IsPictureNull ( ) : bool
return bool
            public bool IsPictureNull() {
                return this.IsNull(this.tableCategories.PictureColumn);
            }