Spread WPF 16
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SpanModel Property
Example


In This Topic
    SpanModel Property
    In This Topic
    Gets the sheet span model.
    Syntax
    'Declaration
     
    Public ReadOnly Property SpanModel As SheetSpanModel
    'Usage
     
    Dim instance As Worksheet
    Dim value As SheetSpanModel
     
    value = instance.SpanModel
    public SheetSpanModel SpanModel {get;}
    Example
    This example uses the SpanModel property.
    See Also