Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView.DocumentModels Class / ColumnFooterSpan Property


In This Topic
    ColumnFooterSpan Property
    In This Topic
    Gets or sets the column footer span model.
    Syntax
    'Declaration
     
    
    Public Property ColumnFooterSpan As ISheetSpanModel
    'Usage
     
    
    Dim instance As SheetView.DocumentModels
    Dim value As ISheetSpanModel
     
    instance.ColumnFooterSpan = value
     
    value = instance.ColumnFooterSpan
    public ISheetSpanModel ColumnFooterSpan {get; set;}
    Exceptions
    ExceptionDescription
    Model is not specified (or specified value is null)
    See Also