Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / StyleFormat Structure / MarkAsOverflowCell Method


In This Topic
    MarkAsOverflowCell Method
    In This Topic
    Indicates that the cell is overflow and be aligned as center.
    Syntax
    'Declaration
     
    
    Public Sub MarkAsOverflowCell() 
    'Usage
     
    
    Dim instance As StyleFormat
     
    instance.MarkAsOverflowCell()
    public void MarkAsOverflowCell()
    See Also