I am makimg the project as coding in c# and designing in
silverlight4...
here is one requirement of making excel sheet in silverlight4..
this is a coding i have done in designing page..
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="400">
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
naura paxPosted Jan 12, 2010, 2:53 AM
sorry its been a little late, but i would like to know whether the dynamic excel object needs to be placed somewhere on the form after creation like
LayoutRoot.DataSource=excel;
or form1.Controls.Add(excel); something like that??