'Usage Dim instance As SpreadView Dim width As Integer instance.SetMaximumCellOverflowWidth(width)
Parameters
- width
- Width of cell overflow in pixels
'Usage Dim instance As SpreadView Dim width As Integer instance.SetMaximumCellOverflowWidth(width)
FarPoint.Win.Spread.SpreadView sv = fpSpread1.GetRootWorkbook();
sv.AllowCellOverflow = true;
sv.SetMaximumCellOverflowWidth(130);
listBox1.Items.Add(sv.GetMaximumCellOverflowWidth().ToString());
Dim sv As FarPoint.Win.Spread.SpreadView = FpSpread1.GetRootWorkbook sv.AllowCellOverflow = True sv.SetMaximumCellOverflowWidth(130) ListBox1.Items.Add(sv.GetMaximumCellOverflowWidth().ToString())
SpreadView Class
SpreadView Members
GetMaximumCellOverflowWidth Method