Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetSpanModel Class
Members


In This Topic
    SheetSpanModel Class
    In This Topic
    Represents the full (concrete) implementation of the ISheetSpanModel interface for a worksheet span model, which represents cell spans.
    Object Model
    SheetSpanModel Class
    Syntax
    'Declaration
     
    Public NotInheritable Class SheetSpanModel 
       Inherits SheetSpanModelBase
    'Usage
     
    Dim instance As SheetSpanModel
    public sealed class SheetSpanModel : SheetSpanModelBase 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Windows.SpreadSheet.Data.SheetSpanModelBase
          GrapeCity.Windows.SpreadSheet.Data.SheetSpanModel

    See Also