MainWeb.ACWClientPath

MainWeb.ACWClientPath property

Gets or sets the web path of the script/image files of the control. For example: “http://localhost/acw_client”. You may also set this value in the web.config file. Add this section to the <configuration> section:<appSettings>``<add key="aspose.cells.gridweb.acw_client_path" value="/acw_client/" />``</appSettings>

public string ACWClientPath { get; set; }

See Also