SourceGrid.GridVirtual.AutoSizeCells C# (CSharp) Method

AutoSizeCells() public method

Auto size all the columns and all the rows with the required width and height
public AutoSizeCells ( ) : void
return void
        public virtual void AutoSizeCells()
        {
            AutoSizeCells(CompleteRange);
        }

Same methods

GridVirtual::AutoSizeCells ( Range p_RangeToAutoSize ) : void