Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / WorksheetElement Class
Members


In This Topic
    WorksheetElement Class
    In This Topic
    This is the base class for all single elements in a Worksheet.
    Syntax
    'Declaration
     
    
    Public MustInherit Class WorksheetElement 
       Inherits WorkbookElement
    'Usage
     
    
    Dim instance As WorksheetElement
    public abstract class WorksheetElement : WorkbookElement 
    Inheritance Hierarchy

    System.Object
       Xceed.Workbooks.NET.WorkbookElement
          Xceed.Workbooks.NET.WorksheetElement
             Xceed.Workbooks.NET.Annotation
             Xceed.Workbooks.NET.AnnotationCollection
             Xceed.Workbooks.NET.CellCollection
             Xceed.Workbooks.NET.ChartCollection
             Xceed.Workbooks.NET.ChartValueRange
             Xceed.Workbooks.NET.ColumnCellCollection
             Xceed.Workbooks.NET.ColumnCollection
             Xceed.Workbooks.NET.ConditionalFormattingCollection
             Xceed.Workbooks.NET.DataValidationCollection
             Xceed.Workbooks.NET.Hyperlink
             Xceed.Workbooks.NET.HyperlinkCollection
             Xceed.Workbooks.NET.Margins
             Xceed.Workbooks.NET.MergedCellCollection
             Xceed.Workbooks.NET.PageLayout
             Xceed.Workbooks.NET.PictureCollection
             Xceed.Workbooks.NET.PositionedElement
             Xceed.Workbooks.NET.RowCellCollection
             Xceed.Workbooks.NET.RowCollection
             Xceed.Workbooks.NET.SeriesCollection
             Xceed.Workbooks.NET.SheetView
             Xceed.Workbooks.NET.StyledWorksheetElement
             Xceed.Workbooks.NET.Table
             Xceed.Workbooks.NET.TableCollection
             Xceed.Workbooks.NET.TableColumn
             Xceed.Workbooks.NET.TableColumnCollection
             Xceed.Workbooks.NET.ThreadCommentCollection

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also