回复 3楼dxhshitc的帖子
dxhshitc 你好,
我使用下面代码测试没有出现楼主所说的问题。测试环境 VS2010 && Spread for.NET 6.0
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head runat="server">
- <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
- <title></title>
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <FarPoint:FpSpread ID="FpSpread1" runat="server" BorderColor="Black" BorderStyle="Solid"
- BorderWidth="1px" Height="200" Width="400">
- <CommandBar BackColor="Control" ButtonFaceColor="Control" ButtonHighlightColor="ControlLightLight"
- ButtonShadowColor="ControlDark">
- </CommandBar>
- <Sheets>
- <FarPoint:SheetView SheetName="Sheet1">
- </FarPoint:SheetView>
- </Sheets>
- </FarPoint:FpSpread>
- </div>
- </form>
- </body>
- </html>
复制代码
请问楼主使用 自带的sample 名称是?楼主能否提供测试 Demo 。 |