VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI Namespace / SpreadsheetVisualEditor Class / ChangeCellSizeDistance Property
Syntax Requirements SeeAlso
In This Topic
    ChangeCellSizeDistance Property (SpreadsheetVisualEditor)
    In This Topic
    Gets or sets the distance, in pixels, that defines "resize" region near header border. The "resize" region is a region, where mouse can be used to start changing of cell size.
    Syntax
    'Declaration
    
    Public Property ChangeCellSizeDistance As Single
    
    
    public float ChangeCellSizeDistance { get; set; }
    
    
    public: __property float get_ChangeCellSizeDistance();
    public: __property void set_ChangeCellSizeDistance(
    float value
    );
    public:
    property float ChangeCellSizeDistance { float get(); void set(float value); }

    Property Value

    0 - the "resize" region equals to the header border; N - the "resize" region covers border of row/column header and has width in N pixels.
    Default value is 4.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also