Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.CategoriesRow.IsCategoryNameNull C# (CSharp) 메소드

IsCategoryNameNull() 개인적인 메소드

private IsCategoryNameNull ( ) : bool
리턴 bool
            public bool IsCategoryNameNull() {
                return this.IsNull(this.tableCategories.CategoryNameColumn);
            }