环境:Spread 11.35 在9的版本上显示为一个图标,更换Spread 11 发现出现了两个图标;
RichTextCellType.backgroundimage
var richTextCellType = new RichTextCellType
{
BackgroundImage = new FarPoint.Win.Picture( image ) { AlignHorz = HorizontalAlignHorz.Left , AlignVert = VerticalAlignVert.Center }
}
|
|