ChangeCellSizeDistance Property (SpreadsheetVisualEditor)
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.
'Declaration
Public Property ChangeCellSizeDistance As Single
public float ChangeCellSizeDistance { get; set; }
public: __property float get_ChangeCellSizeDistance();
public: __property void set_ChangeCellSizeDistance(
float
);
public:
property float ChangeCellSizeDistance {
float get();
void set(float );
}
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.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5