Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
saqibmasood committed Apr 25, 2016
1 parent 9b28df2 commit 4b99f44
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 3 deletions.
20 changes: 19 additions & 1 deletion Examples/CSharp/CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<StartupObject>Aspose.Cells.Examples.SmartMarkers.CopyStyleWithSmartMarker</StartupObject>
<StartupObject>Aspose.Cells.Examples.Utils</StartupObject>
</PropertyGroup>
<PropertyGroup />
<ItemGroup>
Expand Down Expand Up @@ -165,6 +165,7 @@
<Compile Include="Articles\UsingWorkbookMetadata.cs" />
<Compile Include="Articles\WorkbookScopedNamedRanges\AddWorkbookScopedNamedRange.cs" />
<Compile Include="Articles\WorkbookScopedNamedRanges\WorksheetNamedRange.cs" />
<Compile Include="CellsHelperClass\MergeFiles.cs" />
<Compile Include="CellsHelperClass\NameToIndex.cs" />
<Compile Include="CellsHelperClass\IndexToName.cs" />
<Compile Include="Charts\Applying3DFormat.cs" />
Expand Down Expand Up @@ -354,16 +355,33 @@
<Compile Include="Formulas\CalculatingFormulas.cs" />
<Compile Include="Formulas\CalculatingFormulasOnce.cs" />
<Compile Include="Formulas\DirectCalculationFormula.cs" />
<Compile Include="Formulas\ProcessDataUsingR1C1.cs" />
<Compile Include="Formulas\ProcessDataUsingAddinfunction.cs" />
<Compile Include="Formulas\ProcessDataUsingBuiltinfunction.cs" />
<Compile Include="PivotTableExamples\ConsolidationFunctions.cs" />
<Compile Include="PivotTableExamples\FormattingLook.cs" />
<Compile Include="PivotTableExamples\SettingDataFieldFormat.cs" />
<Compile Include="PivotTableExamples\SettingPageFieldFormat.cs" />
<Compile Include="PivotTableExamples\SettingFormatOptions.cs" />
<Compile Include="PivotTableExamples\SettingAutoFormat.cs" />
<Compile Include="PivotTableExamples\ClearPivotFields.cs" />
<Compile Include="PivotTableExamples\CreatePivotTable.cs" />
<Compile Include="PivotTableExamples\ChangeSourceData.cs" />
<Compile Include="RowsColumns\AutofitRowsforMergedCells.cs" />
<Compile Include="RowsColumns\AutofitColumninSpecificRange.cs" />
<Compile Include="RowsColumns\AutofitRowinSpecificRange.cs" />
<Compile Include="RowsColumns\AutofitColumn.cs" />
<Compile Include="RowsColumns\AutofitRowsandColumns.cs" />
<Compile Include="RowsColumns\Grouping\SummaryRowRight.cs" />
<Compile Include="RowsColumns\Grouping\SummaryRowBelow.cs" />
<Compile Include="SmartMarkers\AddCustomLabels.cs" />
<Compile Include="SmartMarkers\CopyStyleWithSmartMarker.cs" />
<Compile Include="SmartMarkers\DynamicFormulas.cs" />
<Compile Include="SmartMarkers\GroupingData.cs" />
<Compile Include="SmartMarkers\UsingCopyStyleAttribute.cs" />
<Compile Include="SmartMarkers\UsingGenericList.cs" />
<Compile Include="SmartMarkers\UsingHTMLProperty.cs" />
<Compile Include="SmartMarkers\UsingVariableArray.cs" />
<Compile Include="SmartMarkers\ImageMarkers.cs" />
<Compile Include="SmartMarkers\UsingAnonymousTypes.cs" />
<Compile Include="SmartMarkers\UsingNestedObjects.cs" />
Expand Down
21 changes: 19 additions & 2 deletions Examples/VisualBasic/VisualBasic.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{D3A228AD-BF9F-42AE-BC8A-C79A4A2D9E8D}</ProjectGuid>
<OutputType>Exe</OutputType>
<StartupObject>VisualBasic.Aspose.Cells.Examples.Articles.UsingCustomXmlParts</StartupObject>
<StartupObject>VisualBasic.Aspose.Cells.Examples.Utils</StartupObject>
<RootNamespace>VisualBasic</RootNamespace>
<AssemblyName>VisualBasic</AssemblyName>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -170,6 +170,7 @@
<Compile Include="Articles\SetPictureBackGroundFillChart.vb" />
<Compile Include="Articles\SetPixelFormatRenderedImage.vb" />
<Compile Include="Articles\SettingFormulaCalculationModeWorkbook.vb" />
<Compile Include="CellsHelperClass\MergeFiles.vb" />
<Compile Include="CellsHelperClass\NameToIndex.vb" />
<Compile Include="CellsHelperClass\IndexToName.vb" />
<Compile Include="Charts\ManipulateChart\HowToCreateCustomChart.vb" />
Expand Down Expand Up @@ -384,6 +385,15 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="PivotTableExamples\ConsolidationFunctions.vb" />
<Compile Include="PivotTableExamples\ClearPivotFields.vb" />
<Compile Include="PivotTableExamples\FormattingLook.vb" />
<Compile Include="PivotTableExamples\SettingAutoFormat.vb" />
<Compile Include="PivotTableExamples\SettingDataFieldFormat.vb" />
<Compile Include="PivotTableExamples\SettingPageFieldFormat.vb" />
<Compile Include="PivotTableExamples\SettingFormatOptions.vb" />
<Compile Include="PivotTableExamples\CreatePivotTable.vb" />
<Compile Include="PivotTableExamples\ChangeSourceData.vb" />
<Compile Include="RowsColumns\AutofitRowinSpecificRange.vb" />
<Compile Include="RowsColumns\AutofitRowsandColumns.vb" />
<Compile Include="RowsColumns\AutofitRowsforMergedCells.vb" />
Expand Down Expand Up @@ -411,9 +421,16 @@
<Compile Include="RowsColumns\InsertingAndDeleting\InsertingARow.vb" />
<Compile Include="RowsColumns\InsertingAndDeleting\InsertingMultipleRows.vb" />
<Compile Include="RowsColumns\AutofitColumn.vb" />
<Compile Include="SmartMarkers\CopyStyleWithSmartMarker.vb" />
<Compile Include="SmartMarkers\DynamicFormulas.vb" />
<Compile Include="SmartMarkers\GroupingData.vb" />
<Compile Include="SmartMarkers\AddCustomLabels.vb" />
<Compile Include="SmartMarkers\UsingVariableArray.vb" />
<Compile Include="SmartMarkers\UsingHTMLProperty.vb" />
<Compile Include="SmartMarkers\UsingGenericList.vb" />
<Compile Include="SmartMarkers\ImageMarkers.vb" />
<Compile Include="SmartMarkers\UsingAnonymousTypes.vb" />
<Compile Include="SmartMarkers\UsingCopyStyleAttribute.vb" />
<Compile Include="SmartMarkers\UsingNestedObjects.vb" />
<Compile Include="Tables\ConvertTableToRange.vb" />
<Compile Include="Tables\CreatingListObject.vb" />
Expand Down Expand Up @@ -483,4 +500,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit 4b99f44

Please sign in to comment.